home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / glass / glass.lha / GLASS / tm / ds.ds < prev    next >
Text File  |  1990-11-02  |  260b  |  9 lines

  1. || Structure of the datastructure itself
  2. ds ::=
  3.     DsCons  ctypename:string conslist:[constructor] |
  4.     DsTuple ttypename:string tuplefields:[field];
  5.  
  6. constructor == (conname:string, confields:[field]);
  7.  
  8. field == (listlev:int, sename:string, setype:string);
  9.